home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AviSynthPlugins / NoMoSmooth.xml < prev    next >
Extensible Markup Language  |  2004-10-01  |  3KB  |  43 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="NoMoSmooth">
  4.   <description />
  5.   <filters>
  6.     <filter name="NoMoSmooth" category="Spatio-Temporal Smoothers" helpfile="NoMoSmooth" type="clip">
  7.       <description>A motion-adaptive spatio-temporal smoother.</description>
  8.       <colorspaces>
  9.         <colorspace>yuy2</colorspace>
  10.       </colorspaces>
  11.       <parameters>
  12.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
  13.           <description />
  14.           <items />
  15.         </parameter>
  16.         <parameter name="motion_threshold" type="int" default="40" max="0" min="0" step="0" optional="True" paramList="False">
  17.           <description>Controls how sensitive the motion detector is to, er, motion, with lower values being more sensitive (seeing more motion) and higher being less sensitive. I might go into the algorithm in more detail in a later version of this file, but for now if you're curious look at the source.</description>
  18.           <items />
  19.         </parameter>
  20.         <parameter name="temporal_radius" type="int" default="1" max="0" min="0" step="0" optional="True" paramList="False">
  21.           <description>Determines how far the temporal smoother will venture into the clip to do its work. If set to 2 a total of 5 frames are examined, 2 on each "side" of the current one.</description>
  22.           <items />
  23.         </parameter>
  24.         <parameter name="temporal_threshold" type="int" default="6" max="0" min="0" step="0" optional="True" paramList="False">
  25.           <description>When the temporal smoother is averaging it will only include values within this threshold of the pixel in the current frame.</description>
  26.           <items />
  27.         </parameter>
  28.         <parameter name="spatial_radius" type="int" default="1" max="0" min="0" step="0" optional="True" paramList="False">
  29.           <description>Determines how many pixels the spatial smoother will consider when doing it's job. If set to 2 a total of 25 pixels are examined, with the current pixel in the centre.</description>
  30.           <items />
  31.         </parameter>
  32.         <parameter name="spatial_threshold" type="int" default="3" max="0" min="0" step="0" optional="True" paramList="False">
  33.           <description>The spatial smoother will only include values within this threshold when it is averaging.</description>
  34.           <items />
  35.         </parameter>
  36.         <parameter name="show" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  37.           <description>If true no smoothing will be carried out, but areas deemed to be in motion (according to the motion_threshold parameter) will be highlighted in a charming light grey.</description>
  38.           <items />
  39.         </parameter>
  40.       </parameters>
  41.     </filter>
  42.   </filters>
  43. </plugin>